home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue66 / Construc / Refactor / Source / fExtractLibPath.dfm / fExtractLibPath.txt
Encoding:
Text File  |  2000-10-09  |  1.3 KB  |  68 lines

  1. object f_ExtractLibPath: Tf_ExtractLibPath
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Extract Delphi Library Path'
  6.   ClientHeight = 214
  7.   ClientWidth = 314
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poMainFormCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 297
  18.     Height = 161
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 24
  23.     Top = 24
  24.     Width = 217
  25.     Height = 49
  26.     AutoSize = False
  27.     Caption = 
  28.       'This will extract the Delphi Library Path for the version specif' +
  29.       'ied below.  It will replace the current contents of the path use' +
  30.       'd in Builder.'
  31.     WordWrap = True
  32.   end
  33.   object OKBtn: TButton
  34.     Left = 79
  35.     Top = 180
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'OK'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 0
  42.   end
  43.   object CancelBtn: TButton
  44.     Left = 159
  45.     Top = 180
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 1
  52.   end
  53.   object Edit1: TEdit
  54.     Left = 72
  55.     Top = 88
  56.     Width = 49
  57.     Height = 32
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -19
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.     TabOrder = 2
  65.     Text = 'Edit1'
  66.   end
  67. end
  68.